From: Jeroen van der Heijden Date: Fri, 12 Oct 2018 11:07:08 +0000 (+0200) Subject: Rename slist to ver, admin to service and strextra to xstr X-Git-Tag: archive/raspbian/2.0.44-1+rpi1~1^2~3^2~8^2~14 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=10f653bcb2905d7504b2016273e19645ef639c9b;p=siridb-server.git Rename slist to ver, admin to service and strextra to xstr --- diff --git a/Debug/src/vec/subdir.mk b/Debug/src/vec/subdir.mk new file mode 100644 index 00000000..d694b10b --- /dev/null +++ b/Debug/src/vec/subdir.mk @@ -0,0 +1,24 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../src/vec/vec.c + +OBJS += \ +./src/vec/vec.o + +C_DEPS += \ +./src/vec/vec.d + + +# Each subdirectory must supply rules for building sources it contributes +src/vec/%.o: ../src/vec/%.c + @echo 'Building file: $<' + @echo 'Invoking: GCC C Compiler' + gcc -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Debug/src/xstr/subdir.mk b/Debug/src/xstr/subdir.mk new file mode 100644 index 00000000..8eced7ea --- /dev/null +++ b/Debug/src/xstr/subdir.mk @@ -0,0 +1,24 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../src/xstr/xstr.c + +OBJS += \ +./src/xstr/xstr.o + +C_DEPS += \ +./src/xstr/xstr.d + + +# Each subdirectory must supply rules for building sources it contributes +src/xstr/%.o: ../src/xstr/%.c + @echo 'Building file: $<' + @echo 'Invoking: GCC C Compiler' + gcc -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Release/src/vec/subdir.mk b/Release/src/vec/subdir.mk new file mode 100644 index 00000000..4305134b --- /dev/null +++ b/Release/src/vec/subdir.mk @@ -0,0 +1,24 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../src/vec/vec.c + +OBJS += \ +./src/vec/vec.o + +C_DEPS += \ +./src/vec/vec.d + + +# Each subdirectory must supply rules for building sources it contributes +src/vec/%.o: ../src/vec/%.c + @echo 'Building file: $<' + @echo 'Invoking: GCC C Compiler' + gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Release/src/xstr/subdir.mk b/Release/src/xstr/subdir.mk new file mode 100644 index 00000000..849d82e1 --- /dev/null +++ b/Release/src/xstr/subdir.mk @@ -0,0 +1,24 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../src/xstr/xstr.c + +OBJS += \ +./src/xstr/xstr.o + +C_DEPS += \ +./src/xstr/xstr.d + + +# Each subdirectory must supply rules for building sources it contributes +src/xstr/%.o: ../src/xstr/%.c + @echo 'Building file: $<' + @echo 'Invoking: GCC C Compiler' + gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" + @echo 'Finished building: $<' + @echo ' ' + +